home *** CD-ROM | disk | other *** search
/ SGI Hot Mix 8 / Hot Mix 8.iso / .all / demos / ICS / builder / collections / PulldownM.col (.txt) < prev    next >
Text File  |  1994-06-22  |  1KB  |  62 lines

  1. /*
  2.  * Generated by the ICS builderXcessory (BX).
  3.  *
  4.  *
  5.  * Builder Xcessory 3.0.
  6.  *
  7.  */
  8. module main_uil
  9. version = 'V1.0'
  10. names = case_sensitive
  11.  
  12. !(IB)object MenuShell2 : XmMenuShell widget {
  13. !(IB)    arguments {
  14. !(IB)        XmNwidth = 1; 
  15. !(IB)        XmNheight = 1; 
  16. !(IB)    };
  17. !(IB)    controls {
  18. !(IB)       XmPulldownMenu PulldownMenu2 ;
  19. !(IB)    };
  20. !(IB)    callbacks {
  21. !(IB)    };
  22. !(IB)};
  23.  
  24. object PulldownMenu2 : XmPulldownMenu widget {
  25.     arguments {
  26.         /*XmNrowColumnType = 2; */
  27.         XmNx = 0; 
  28.         XmNy = 0; 
  29.         XmNwidth = 84; 
  30.         XmNheight = 31; 
  31.     };
  32.     controls {
  33.        XmPushButton PushButton4 ;
  34.     };
  35.     callbacks {
  36.     };
  37. };
  38.  
  39. object PushButton4 : XmPushButton widget {
  40.     arguments {
  41.     };
  42.     controls {
  43.     };
  44.     callbacks {
  45.     };
  46. };
  47.  
  48. object CascadeButton1 : XmCascadeButton widget {
  49.     arguments {
  50.         XmNx = 5; 
  51.         XmNy = 5; 
  52.         XmNwidth = 100; 
  53.         XmNheight = 21; 
  54.     };
  55.     controls {
  56.        XmPulldownMenu PulldownMenu2 ;
  57.     };
  58.     callbacks {
  59.     };
  60. };
  61. end module;
  62.